home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Tiger Jet Network PCI 128K ISDN INF for WAN Miniport Drivers
- ; Revised 9-27-98
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
- Provider = %V_TJ%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,5.0.1987.1
-
- [Manufacturer]
- %V_TJISDN% = TJISDN
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00010059
- ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00030059
-
- [TJISDN]
- %TJISDN1ST.DeviceDesc% = TJISDN1ST.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00010059
- %TJISDN1U.DeviceDesc% = TJISDN1U.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00030059
-
- ;****************************************************************************
- ; NT main sections
- ;****************************************************************************
- [TJISDN1ST.ndi.NT]
- BusType = 5
- AddReg = TJISDN.Gen.Params, TJISDN.ndis.reg
- Characteristics = 0x84 ;NCF_PHYSICAL | NCF_HAS_UI
- CopyFiles=TJISDN.CopyFiles
-
- [TJISDN1U.ndi.NT]
- BusType = 5
- AddReg = TJISDN.Gen.Params, TJISDN.ndis.reg
- Characteristics = 0x84 ;NCF_PHYSICAL | NCF_HAS_UI
- CopyFiles=TJISDN.CopyFiles
-
- [TJISDN1ST.ndi.NT.Services]
- AddService = TJISDN, 2, TJISDN.Service, common.EventLog
-
- [TJISDN1U.ndi.NT.Services]
- AddService = TJISDN, 2, TJISDN.Service, common.EventLog
-
- ;****************************************************************************
- ; NT Base Section
- ;****************************************************************************
- [TJISDN.ndis.reg]
- HKR, Ndi, Service, 0, "TJISDN"
- ; NT reg
- HKR, Ndi\Interfaces, DefUpper, 0, "ndiswan"
- HKR, Ndi\Interfaces, DefLower, 0, "isdn"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndiswan"
- HKR, Ndi\Interfaces, LowerRange, 0, "isdn"
-
- ; ISDN information
- HKR, , WanEndPoints, 0x00010001, 2
- HKR, , IsdnNumDChannels, 0x00010001, 1
- HKR, , IsdnAutoSwitchDetect, 0x00010001, 1
- HKR, , IsdnSwitchTypes, 0x00010001, 0x0000009f
- ; Support AUTO, ATT, NI1, NORTH, NTT, ESSD
-
- HKR, 0, IsdnNumBChannels, 0x00010001, 2
- HKR, 0, IsdnMultiSubscriberNumbers, 0x00010000, ""
-
- ;****************************************************************************
- ; General Params
- ;****************************************************************************
- [TJISDN.Gen.Params]
- HKR, , BoardType, , "TJISDN"
- HKR, , BoardName, , "TJISDN"
- HKR, , MediaType, , "ISDN"
- HKR, , AudioType, , "0" ; U-Law
- ;HKR, , AudioType, , "1" ; A-Law
-
- ;****************************************************************************
- ; NT Install/Remove Section
- ;****************************************************************************
- [TJISDN.CopyFiles]
- tjisdn.sys,,,2 ; The name of the driver
-
- ;****************************************************************************
- ; NT Service Section
- ;****************************************************************************
-
- [TJISDN.Service]
- DisplayName = %TJISDN.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\tjisdn.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
-
- ;****************************************************************************
- ; Destination Directories
- ;****************************************************************************
- [DestinationDirs]
- TJISDN.CopyFiles = 12 ; drivers directory
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Provider
- V_TJ="Tiger Jet Network Inc."
-
- ; Manufacturers
- V_TJISDN="Tiger Jet Network Inc."
-
- ; Device Descriptions
- TJISDN1ST.DeviceDesc="Tiger Jet PCI 128K ISDN-S/T Adapter"
- TJISDN1U.DeviceDesc="Tiger Jet PCI 128K ISDN-U Adapter"
-
-